ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.TransposedMultiRow Assembly / C1.Web.Mvc.TransposedMultiRow Namespace / TransposedMultiRow<T> Class / Selector Property

In This Topic
    Selector Property (TransposedMultiRow<T>)
    In This Topic
    Gets or sets the selector to macth the dom element(s) which the control is attached to.
    Syntax
    'Declaration
     
    Public Property Selector As String
    public string Selector {get; set;}
    See Also